hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
DebugMutex
hip
concurrency
mutex
Undocumented in source.
class
DebugMutex
static if
(
HipConcurrency
)
class
DebugMutex {
class
Mutex
via
import
core
.
sync
.
mutex
:
Mutex
;
;
import
core
.
thread
;
;
this
(ThreadID mainId);
void
lock
(string file, size_t line);
void
unlock
(string file, size_t line);
}
class
DebugMutex
Constructors
this
this
(ThreadID mainId)
Undocumented in source.
Members
Functions
lock
void
lock
(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void
unlock
(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
concurrency
mutex
classes
DebugMutex